home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 1479 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: crayor.dialup.fu-berlin.DE!not-for-mail
  2. From: crayor@zedat.fu-berlin.de (crayor)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: BSC ISDN Card usage with ppp / amitcp ?!
  5. Date: 21 Feb 1996 14:32:30 GMT
  6. Organization: Freie Universitaet Berlin
  7. Message-ID: <1571.6625T922T2248@zedat.fu-berlin.de>
  8. NNTP-Posting-Host: crayor.dialup.fu-berlin.de (160.45.226.201)
  9. X-Access: 16 17 19
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. BSC ISDN II CARD / PPP problem
  13.  
  14. I`m using amitcp4.0demo and ppp 1.30 to connect to my university with my
  15. USR modem and everthing works perfectly.
  16. But when I`m trying to use my isdn card the prg `online` says:
  17. (online is on top of the startnet script)
  18.  
  19. 6.Workbench:> online ppp1
  20. S2_ONLINE: Device driver is offline (Unit is currently offline)
  21.  
  22. (the TR gadget of statemon turns on and off before the text output)
  23. What does that error mean?
  24.  
  25. I`m using the same startnet script for the modem and the isdn card
  26. except that the device driver is ofcourse bscisdn.device with 64000 baud.
  27.  
  28. Does anybody else in the world use isdn on amiga and knows how to fix it?
  29. Perhaps it`s some option missing?
  30.  
  31. env:sana2/ppp1.config is:
  32. bscisdn.device 0 64000 0.0.0.0 7WIRE
  33.  
  34. 8.Workbench:> version bscisdn.device
  35. bscisdn 2.218
  36.  
  37. the startnet script is:
  38. AmiTCP:bin/online ppp1
  39. AmiTCP:AmiTCP
  40. WaitForPort AMITCP
  41. ; Configure loop-back device
  42. AmiTCP:bin/ifconfig lo0 localhost
  43. ; Configure ppp1
  44. AmiTCP:bin/ifconfig ppp1 $ppp0IPLocal $ppp0IPRemote
  45. ; Add route to this host
  46. AmiTCP:bin/route add $ppp0IPLocal localhost
  47. ; Add route to the default gateway
  48. AmiTCP:bin/route add default $ppp0IPRemote
  49. SetEnv HOSTNAME `AmiTCP:bin/hostname`
  50. Assign >NIL: TCP: EXISTS
  51. IF WARN
  52.   Mount TCP: FROM AmiTCP:devs/inet-mountlist
  53. EndIF
  54. ; Start the internet `super server'
  55. Run <NIL: >NIL: AmiTCP:bin/inetd
  56.  
  57. and db/interfaces includes:
  58. ppp1 DEV=DEVS:Networks/ppp.device UNIT=1 IPTYPE=33 NOARP P2P
  59.  
  60. Did somebody to get that configuration to work?
  61.  
  62. l8z Crayor! (crayor@zedat.fu-berlin.de)
  63.  
  64. - Only AMiGA makes it possible! -
  65.  
  66.